From d1079b478dad398b915c2fd35ecab1780cec7dde Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 27 Jul 2007 08:40:54 +0000 Subject: [PATCH] (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New member fringe_extended_p. --- src/xterm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xterm.h b/src/xterm.h index 70e0522e9cc..65499d45b0f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -807,6 +807,12 @@ struct scroll_bar place where the user grabbed it. If the handle isn't currently being dragged, this is Qnil. */ Lisp_Object dragging; + +#ifdef USE_TOOLKIT_SCROLL_BARS + /* t if the background of the fringe that is adjacent to a scroll + bar is extended to the gap between the fringe and the bar. */ + Lisp_Object fringe_extended_p; +#endif }; /* The number of elements a vector holding a struct scroll_bar needs. */ -- 2.30.2